Int16N.INumeric<Int16N>.Negative Method
Computes the numeric negation of the current value.
Namespace: Jodosoft.NumericsAssembly: Jodosoft.Numerics (in Jodosoft.Numerics.dll) Version: 2.0
Int16N INumeric<Int16N>.Negative()
Private Function Negative As Int16N
Implements INumeric(Of Int16N).Negative
private:
virtual Int16N Negative() sealed = INumeric<Int16N>::Negative
private abstract Negative : unit -> Int16N
private override Negative : unit -> Int16N
Int16NThe numeric negation of the current value.
INumeric<TSelf>.Negative()